home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / amiga / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-24  |  7.3 KB  |  281 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.    */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #define C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  21. #undef DGUX
  22.  
  23. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  24. #undef GETLOADAVG_PRIVILEGED
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. #define gid_t int
  28.  
  29. /* Define if you have alloca, as a function or macro.  */
  30. #undef HAVE_ALLOCA
  31.  
  32. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  33. #undef HAVE_ALLOCA_H
  34.  
  35. /* Define if you have the memmove function.  */
  36. #define HAVE_MEMMOVE 1
  37.  
  38. /* Define if you don't have vprintf but do have _doprnt.  */
  39. #undef HAVE_DOPRNT
  40.  
  41. /* Define if your system has its own `getloadavg' function.  */
  42. #define HAVE_GETLOADAVG
  43.  
  44. /* Define if you have the getmntent function.  */
  45. #undef HAVE_GETMNTENT
  46.  
  47. /* Define if the `long double' type works.  */
  48. #undef HAVE_LONG_DOUBLE
  49.  
  50. /* Define if you support file names longer than 14 characters.    */
  51. #define HAVE_LONG_FILE_NAMES
  52.  
  53. /* Define if you have a working `mmap' system call.  */
  54. #undef HAVE_MMAP
  55.  
  56. /* Define if system calls automatically restart after interruption
  57.    by a signal.  */
  58. #undef HAVE_RESTARTABLE_SYSCALLS
  59.  
  60. /* Define if your struct stat has st_blksize.  */
  61. #undef HAVE_ST_BLKSIZE
  62.  
  63. /* Define if your struct stat has st_blocks.  */
  64. #undef HAVE_ST_BLOCKS
  65.  
  66. /* Define if you have the strcoll function and it is properly defined.    */
  67. #define HAVE_STRCOLL
  68.  
  69. /* Define if your struct stat has st_rdev.  */
  70. #define HAVE_ST_RDEV
  71.  
  72. /* Define if you have the strftime function.  */
  73. #define HAVE_STRFTIME
  74.  
  75. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.    */
  76. #undef HAVE_SYS_WAIT_H
  77.  
  78. /* Define if your struct tm has tm_zone.  */
  79. #undef HAVE_TM_ZONE
  80.  
  81. /* Define if you don't have tm_zone but do have the external array
  82.    tzname.  */
  83. #define HAVE_TZNAME
  84. /* #define tzname __tzname */
  85.  
  86. /* Define if you have <unistd.h>.  */
  87. #define HAVE_UNISTD_H
  88.  
  89. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  90. #undef HAVE_UTIME_NULL
  91.  
  92. /* Define if you have <vfork.h>.  */
  93. #undef HAVE_VFORK_H
  94.  
  95. /* Define if you have the vprintf function.  */
  96. #define HAVE_VPRINTF
  97.  
  98. /* Define if you have the wait3 system call.  */
  99. #undef HAVE_WAIT3
  100.  
  101. /* Define if on MINIX.    */
  102. #undef _MINIX
  103.  
  104. /* Define if your struct nlist has an n_un member.  */
  105. #undef NLIST_NAME_UNION
  106.  
  107. /* Define if you have <nlist.h>.  */
  108. #undef NLIST_STRUCT
  109.  
  110. /* Define if your C compiler doesn't accept -c and -o together.  */
  111. #undef NO_MINUS_C_MINUS_O
  112.  
  113. /* Define to `int' if <sys/types.h> doesn't define.  */
  114. #define pid_t int
  115.  
  116. /* Define if the system does not provide POSIX.1 features except
  117.    with this defined.  */
  118. #undef _POSIX_1_SOURCE
  119.  
  120. /* Define if you need to in order for stat and other things to work.  */
  121. #undef _POSIX_SOURCE
  122.  
  123. /* Define as the return type of signal handlers (int or void).  */
  124. #define RETSIGTYPE void
  125.  
  126. /* Define if the setvbuf function takes the buffering type as its second
  127.    argument and the buffer pointer as the third, as on System V
  128.    before release 3.  */
  129. #undef SETVBUF_REVERSED
  130.  
  131. /* If using the C implementation of alloca, define if you know the
  132.    direction of stack growth for your system; otherwise it will be
  133.    automatically deduced at run-time.
  134.     STACK_DIRECTION > 0 => grows toward higher addresses
  135.     STACK_DIRECTION < 0 => grows toward lower addresses
  136.     STACK_DIRECTION = 0 => direction of growth unknown
  137.  */
  138. #define STACK_DIRECTION -1
  139.  
  140. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  141. #undef STAT_MACROS_BROKEN
  142.  
  143. /* Define if you have the ANSI C header files.    */
  144. #define STDC_HEADERS
  145.  
  146. /* Define on System V Release 4.  */
  147. #undef SVR4
  148.  
  149. /* Define if `sys_siglist' is declared by <signal.h>.  */
  150. #undef SYS_SIGLIST_DECLARED
  151.  
  152. /* Define to `int' if <sys/types.h> doesn't define.  */
  153. #define uid_t int
  154.  
  155. /* Define for Encore UMAX.  */
  156. #undef UMAX
  157.  
  158. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  159.    instead of <sys/cpustats.h>.  */
  160. #undef UMAX4_3
  161.  
  162. /* Define vfork as fork if vfork does not work.  */
  163. #undef vfork
  164.  
  165. /* Name of this package (needed by automake) */
  166. #define PACKAGE "make"
  167.  
  168. /* Version of this package (needed by automake) */
  169. #define VERSION "3.76.1"
  170.  
  171. /* Define to the name of the SCCS `get' command.  */
  172. #define SCCS_GET "get"
  173.  
  174. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  175. #undef SCCS_GET_MINUS_G
  176.  
  177. /* Define this if the C library defines the variable `sys_siglist'.  */
  178. #undef HAVE_SYS_SIGLIST
  179.  
  180. /* Define this if the C library defines the variable `_sys_siglist'.  */
  181. #undef HAVE__SYS_SIGLIST
  182.  
  183. /* Define this if you have the `union wait' type in <sys/wait.h>.  */
  184. #undef HAVE_UNION_WAIT
  185.  
  186. /* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly.  */
  187. #undef HAVE_SYSCONF_OPEN_MAX
  188.  
  189. /* Define if you have the dup2 function.  */
  190. #undef HAVE_DUP2
  191.  
  192. /* Define if you have the getcwd function.  */
  193. #define HAVE_GETCWD
  194.  
  195. /* Define if you have the getdtablesize function.  */
  196. #undef HAVE_GETDTABLESIZE
  197.  
  198. /* Define if you have the getgroups function.  */
  199. #undef HAVE_GETGROUPS
  200.  
  201. /* Define if you have the mktemp function.  */
  202. #define HAVE_MKTEMP
  203.  
  204. /* Define if you have the psignal function.  */
  205. #undef HAVE_PSIGNAL
  206.  
  207. /* Define if you have the setegid function.  */
  208. #undef HAVE_SETEGID
  209.  
  210. /* Define if you have the seteuid function.  */
  211. #undef HAVE_SETEUID
  212.  
  213. /* Define if you have the setlinebuf function.    */
  214. #undef HAVE_SETLINEBUF
  215.  
  216. /* Define if you have the setregid function.  */
  217. #undef HAVE_SETREGID
  218.  
  219. /* Define if you have the setreuid function.  */
  220. #undef HAVE_SETREUID
  221.  
  222. /* Define if you have the sigsetmask function.    */
  223. #undef HAVE_SIGSETMASK
  224.  
  225. /* Define if you have the strerror function.  */
  226. #define HAVE_STRERROR
  227.  
  228. /* Define if you have the strsignal function.  */
  229. #undef HAVE_STRSIGNAL
  230.  
  231. /* Define if you have the wait3 function.  */
  232. #undef HAVE_WAIT3
  233.  
  234. /* Define if you have the waitpid function.  */
  235. #undef HAVE_WAITPID
  236.  
  237. /* Define if you have the <dirent.h> header file.  */
  238. #define HAVE_DIRENT_H
  239.  
  240. /* Define if you have the <fcntl.h> header file.  */
  241. #define HAVE_FCNTL_H
  242.  
  243. /* Define if you have the <limits.h> header file.  */
  244. #define HAVE_LIMITS_H
  245.  
  246. /* Define if you have the <mach/mach.h> header file.  */
  247. #undef HAVE_MACH_MACH_H
  248.  
  249. /* Define if you have the <memory.h> header file.  */
  250. #undef HAVE_MEMORY_H
  251.  
  252. /* Define if you have the <ndir.h> header file.  */
  253. #undef HAVE_NDIR_H
  254.  
  255. /* Define if you have the <string.h> header file.  */
  256. #define HAVE_STRING_H
  257.  
  258. /* Define if you have the <sys/dir.h> header file.  */
  259. #define HAVE_SYS_DIR_H
  260.  
  261. /* Define if you have the <sys/ndir.h> header file.  */
  262. #undef HAVE_SYS_NDIR_H
  263.  
  264. /* Define if you have the <sys/param.h> header file.  */
  265. #undef HAVE_SYS_PARAM_H
  266.  
  267. /* Define if you have the <sys/timeb.h> header file.  */
  268. #undef HAVE_SYS_TIMEB_H
  269.  
  270. /* Define if you have the <sys/wait.h> header file.  */
  271. #undef HAVE_SYS_WAIT_H
  272.  
  273. /* Define if you have the <unistd.h> header file.  */
  274. #define HAVE_UNISTD_H
  275.  
  276. /* Define if you have the dgc library (-ldgc).  */
  277. #undef HAVE_LIBDGC
  278.  
  279. /* Define if you have the sun library (-lsun).  */
  280. #undef HAVE_LIBSUN
  281.